[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "T:QPulseWebServices.Contracts.Data.OccurrenceReportFormItemControlType"]
Assembly: QPulseWebServices.Contracts (in QPulseWebServices.Contracts.dll) Version: 2.100.7500.0
Syntax
| C# |
|---|
public enum OccurrenceReportFormItemControlType |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Group | 0 | ||
| ExpandableGroupExpanded | 1 | ||
| ExpandableGroupCollapsed | 2 | ||
| Label | 3 | ||
| Spacer | 4 | ||
| TextEdit | 5 | ||
| MemoEdit | 6 | ||
| SpinEdit | 7 | ||
| DateEdit | 8 | ||
| TimeEdit | 9 | ||
| DateTimeEdit | 10 | ||
| CheckEdit | 11 | ||
| CheckGroup | 12 | ||
| RadioGroup | 13 | ||
| SingleSelectFixedList | 14 | ||
| SingleSelectReferenceList | 15 | ||
| MultiSelectReferenceList | 16 | ||
| NumericTextEdit | 17 |